

* {
  font-family: "Raleway";
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


:root {
  --Ltext: hsl(247, 45%, 89%);
  --Dtext: hsl(246, 85%, 29%);
  --background: hsl(247, 79%, 33%);
  --primary: hsl(247, 46%, 77%);
  --secondary: hsl(247, 34%, 85%);
  --accent: hsl(247, 40%, 48%);
}

html {

  height: 100%;
  margin: 0;
  background-color:  var(--background);
  }

/*"..\img\blackstock-Ranch-sign.png"*/


body{
  width: 100%;
  height: 100%;  
  margin: auto;
  background-image: url("..\img\Blackstock Ranch sign.png");
  background-size:  cover;
    z-index:  1000;
    background-color:  var(--background)
}

h1{
  font-weight: 300;
}

h2 {
  font-family: 'Times New Roman', Times, serif;
  text-decoration:bold var(--secondary)
  font-weight: 600;
}

p{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size:  2.5rem;
  font-weight: 500;
}



.logo{  
  font-family: 'Times New Roman', Times, serif;
  color: var(--Dtexts);
  font-size: 3rem; 
  line-height: 1.6ch;
  line-height: -3;
  font-weight: 900;
  
}

.logo a{
text-decoration: none;
color: var(--Dtext) (--);
}

#wrapper{
  min-height: 100%;
  padding-bottom: 80px;
}

#wrapper, #footer{
max-width: 2200px;
  width: 100%;
  margin:  auto;
}

.hero{
    width: 100%;
  height: auto;
}

.content{
  height: 100%;
  position: relative;
  color: var(--Dtext);
   padding: 2rem;
  opacity: 1;
  overflow-y: auto;
  background-color: var(--secondary);
}

.content ::selection{
    background-color: var(--secondary);
  color:var(--primary);
}

#PicIdaho{
  width: 20%;
  height: auto;
  padding: 1rem;
  float: left;
}
#TedHourse{
  width: 40%;
  height: auto;
  padding: .5rem;
  float: right;
}



.main_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(425px, 100%), 1fr));
  column-gap: 2rem;
  justify-content: center;  
  padding: 2rem;
  background-color: var(--accent);
  border: solid .25rem var(--text);
}

.TripPic{
  align-self: center; 
}

.Triple{
  width: 100%;
}


 

.top-nav {
  position: relative;
  z-index:  100;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: var(--accentfs);
  background: linear-gradient(to left, #5408aa, #dfd5c7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: var(--background);
  height: 90px;
   padding-top: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 3rem;
}


.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}

.menu a{
    color: var(--Ltext);
      text-decoration: none;
      font-weight: 700;
      font-family: Arial, Helvetica, sans-serif;
    

.menu li  :hover{
  color: var(--primary);
  background-color:var(--secondary);  
  text-decoration: none;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.menu li  :focus{
color: var(--primary);
background-color: var(--secondary);  
text-decoration: none;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: var(--background);
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: var(--accent);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

#footer{
  position: relative;
  height: 80px;
  font-size: 2rem;
  text-align: center;
  background-color: var(--accent);
  color: var(--background);
  margin-top: -80px;
  clear: both;
  
  }


@media (max-width: 700px) {
  p{
    font-size: 1.5rem;
  }

  .logo{  
  font-size:  1.75rem;  
  }
 
  .menu-button-container {
    display: flex;
  }
  
   .menu {
    position: absolute;
    top: 0;
    margin-top: 145px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    display: flex;
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
     justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color:  var(--secondary);
    background-color: var(--primary);
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  
  #footer{
    font-size:  1rem;
  }

}


  .pic-label p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration:   bold;
    color: var(--accent);
    font-size: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    text-align:  center;     
}
#polaroid-left{
    float:left;      
 }

#polaroid-right{
    float:right;      
 }

.polaroid-small{
    width:  250px;
    height: auto;
    background-color: var(--secondary);
    box-shadow: 0 4px 8px 0 var(--accent);
    margin:  15px;
    border: solid 2px var(--text);
    border-radius:  5px;
}

#pic_size_small{
    width:  250px;
    height: auto;
    border-radius:  5px 05px 0 0;
}

.polaroid-medium{
    width:  250px;
    height: auto;
    background-color: var(--secondary);
    box-shadow: 0 4px 8px 0 var(--text);
    margin:  15px;
    border: solid 2px black;
    border-radius:  5px;
}
#pic_size_medium{
    width:  250px;
    height: auto;
    border-radius:  5px 05px 0 0;
}

.polaroid-large{
    width:  250px;
    height: auto;
    background-color: var(--secondary);
    box-shadow: 0 4px 8px 0 var(--accent);
    margin:  15px;
    border: solid 2px var(--text);
    border-radius:  5px;
}
#pic_size_large{
    width:  250pxfs;
    height: auto;
    border-radius:  5px 05px 0 0;
}



